net/http/httputil.maxLatencyWriter.mu (field)

7 uses

	net/http/httputil (current package)
		reverseproxy.go#L769: 	mu           sync.Mutex // protects t, flushPending, and dst.Flush
		reverseproxy.go#L775: 	m.mu.Lock()
		reverseproxy.go#L776: 	defer m.mu.Unlock()
		reverseproxy.go#L795: 	m.mu.Lock()
		reverseproxy.go#L796: 	defer m.mu.Unlock()
		reverseproxy.go#L805: 	m.mu.Lock()
		reverseproxy.go#L806: 	defer m.mu.Unlock()